Release 2016.10
authorColin Walters <walters@verbum.org>
Thu, 8 Sep 2016 20:54:00 +0000 (16:54 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 9 Sep 2016 00:28:02 +0000 (00:28 +0000)
Closes: #502
Approved by: cgwalters

configure.ac
src/libostree/libostree.sym

index 008728dda2542c9c4d1ce21d76a00132fdf6a4d1..b739d2a7cb9dcd52dcf073388c7350070ef44ae9 100644 (file)
@@ -1,6 +1,6 @@
 AC_PREREQ([2.63])
 dnl If incrementing the version here, remember to update libostree.sym too
-AC_INIT([ostree], [2016.9], [walters@verbum.org])
+AC_INIT([ostree], [2016.10], [walters@verbum.org])
 AC_CONFIG_HEADER([config.h])
 AC_CONFIG_MACRO_DIR([buildutil])
 AC_CONFIG_AUX_DIR([build-aux])
index 705c9eead24572fb98e99bd1db0d13439a98d6d9..5a2d71be754fc125228e5e7d7aa85348aa337b54 100644 (file)
@@ -354,6 +354,7 @@ global:
 } LIBOSTREE_2016.7;
 
 /* No new symbols in 2016.9 */
+/* No new symbols in 2016.10 */
 
 /*                         NOTE NOTE NOTE
  * Versions above here are released.  Only add symbols below this line.
@@ -361,7 +362,7 @@ global:
  */
 
 /* Remove comment when first new symbol is added
-LIBOSTREE_2016.10
+LIBOSTREE_2016.11
 global:
        someostree_symbol_deleteme;
 } LIBOSTREE_2016.8;